home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / msi154.zip / README.DOC < prev    next >
Text File  |  1991-08-29  |  7KB  |  173 lines

  1.  
  2.  
  3.  
  4.  
  5.                                 MSI Menu System
  6.  
  7.                Copyright (C) 1991 Larry B. Rice & MSI ShareWorks
  8.  
  9.                            Distributed as Shareware.
  10.  
  11.         ______________________________________________________________
  12.  
  13.         README.DOC
  14.  
  15.         Unaltered copies of this software and supporting files (but 
  16.         not the printed MSI User's Manual) may be freely distributed 
  17.         to your friends and associates.  If you find this program 
  18.         useful, share a copy with a friend and help make MSI the 
  19.         PREMIER Menuing System!  
  20.  
  21.         MSI is distributed as Shareware.  It is NOT a Public Domain or 
  22.         FreeWare program.  MSI must be registered if it is used beyond 
  23.         the 30-day evaluation period.  Distributing a program as 
  24.         Shareware reduces the costs of Advertising and Distribution    
  25.         but NOT the costs of Support and continued Development.  MSI 
  26.         may be registered for personal use for as little as $10 
  27.         (U.S.).  Press F2, either at the Shareware screen or inside 
  28.         MSI, to print a Registration Form. 
  29.  
  30.  
  31.                                    WELCOME! 
  32.  
  33.         In this file you will find: 
  34.  
  35.            1. Quick-Start Instructions
  36.         
  37.            2. Installing MSI
  38.  
  39.            3. A Release History of MSI
  40.  
  41.         See MSIx.DOC files for complete operating instructions.
  42.  
  43.         IMPORTANT:  Be sure to read the sections marked  -->> below.
  44.  
  45.         OnLine Support for the MSI Menu System is available through 
  46.         the ABSCO EMBASSY BBS, (714) 465-1549 HST.  Visit Conference 
  47.         #1 for direct support, help files, templates and official MSI 
  48.         ShareWorks releases.  Regional Support BBS's are also 
  49.         available.  These board are listed in the file, SUPPORT.MSI. 
  50.  
  51.         
  52.         
  53.                 
  54.    -->> Quick-Start:
  55.         
  56.         MSI can Install itself and modify your AUTOEXEC.BAT to ensure 
  57.         proper operation from ANY drive or directory on your computer 
  58.         system.
  59.         
  60.         If your AUTOEXEC.BAT file is write protected then you will 
  61.         need to read instruction #2 on the next page.  Otherwise, you 
  62.         only need to follow these few steps to install MSI and make it 
  63.         fully operational. 
  64.         
  65.         If you are not familiar with DOS Batch Commands you should 
  66.         allow the Installation Utility to modify AUTOEXEC.BAT.  A 
  67.         back-up copy of the file, AUTOEXEC.BAK, will be created before 
  68.         any changes are made. 
  69.         
  70.         In the directory containing your MSI files,  type:
  71.  
  72.                                 RUNMSI (RETURN)
  73.  
  74.         The Installation Utility will appear.  Just press RETURN if 
  75.         the Drive and Directory path are correct.  You should then 
  76.         allow the Utility to continue and modify AUTOEXEC.BAT.  If you 
  77.         do you will be asked if the menus should appear when your 
  78.         system is first turned on, or re-booted.  If so, MSI will add 
  79.         'RUNMSI' as the last command in the file. 
  80.  
  81.  
  82.    -->> *MANUALLY* INSTALLING MSI:
  83.  
  84.         The following instructions show you how to:
  85.  
  86.            1. Create an MSIPATH specification so that MSI can locate 
  87.               important files from anywhere on your system.
  88.            2. Modify RUNMSI.BAT to allow MSI to return correctly from 
  89.               an application or DOS Shell.
  90.  
  91.  
  92.    -->> 1. 'SET' the PATH and MSIPATH specifications.
  93.  
  94.         An Installation Utility is provided that will modify your 
  95.         AUTOEXEC.BAT file to set these DOS environment variable for 
  96.         you.  The following is provided ONLY for those who prefer to 
  97.         edit the file by hand. 
  98.  
  99.         Beginning with version 1.5, a Home directory may be defined 
  100.         for the MSI data and print files using the DOS 'SET' command. 
  101.  
  102.                          SET MSIPATH=Drive:\Full\Path
  103.  
  104.         For example, adding
  105.          
  106.                               SET MSIPATH=C:\MSI
  107.  
  108.         to your AUTOEXEC.BAT file commands allows the menus stored on 
  109.         drive C:, sub-directory MSI, to be re-configured from any 
  110.         drive and/or directory on your computer system. 
  111.  
  112.  
  113.  
  114.  
  115.         Likewise, adding the path to the DOS variable PATH allows DOS 
  116.         to locate the MSI batch and program files, regardless of the 
  117.         current drive and/or directory when they are called.
  118.                   
  119.                                   PATH=C:\MSI
  120.  
  121.  
  122.    -->> 2. Create HOME.DIR
  123.  
  124.         An Installation Utility is provided that will do this job for 
  125.         you.  The Utility creates a file, HOME.DIR, that stores the 
  126.         ':getback' directives so that they can be appended to Action 
  127.         commands (ACT.BAT), rather than changing the RUNMSI.BAT file 
  128.         directly.
  129.         
  130.       ! The following instructions are ONLY for those with a good 
  131.         knowledge of DOS and unusual installation requirements.  
  132.  
  133.         MSI needs to know how to get back to the disk and directory 
  134.         containing RUNMSI.BAT when returning from an application or a 
  135.         set of Action Commands.  If this step is NOT taken, MSI will 
  136.         only operate correctly from a single directory.
  137.                
  138.         Use your word processor or editor to create a file called 
  139.         HOME.DIR in your installation directory.
  140.  
  141.             1. Put the DRIVE LETTER of your installation drive on the 
  142.         first line, followed by a colon (:).
  143.  
  144.                                C:
  145.         
  146.             2. On the next line use the Change Directory command to 
  147.         tell DOS to goto the installation directory.
  148.             
  149.                                CD C:\MSI
  150.  
  151.             Be sure to use a full pathname, if necessary.
  152.         
  153.         FOR EXAMPLE:
  154.  
  155.             If you've installed MSI on an F drive, in a sub-directory 
  156.         off of a directory called UTILITY, HOME.DIR should contain 
  157.         these two lines:
  158.  
  159.                                F:
  160.                                CD F:\UTILITY\MSI
  161.  
  162.    -->> NOTE:  Version 1.5 and later include an Installation Utility. 
  163.         However, if the file HOME.DIR is not found in the current 
  164.         directory when MSI is first run, the Utility will assume the 
  165.         program has already been installed.  Shared copies may include 
  166.         the file HOME.DIR.  IN THIS CASE, run the program, enter the 
  167.         Menus Editor (F5) and press CTRL-F6 to re-install MSI to YOUR 
  168.         specifications. 
  169.  
  170.         END OF FILE
  171.  
  172.  
  173.